internal/runtime/maps.table.tombstones (method)
4 uses
internal/runtime/maps (current package)
table.go#L511: if t.tombstones()*10 < t.capacity { // 10% of capacity
table.go#L595: func (t *table) tombstones() uint16 {
table_debug.go#L71: if deleted != t.tombstones() {
table_debug.go#L72: print("invariant failed: found ", deleted, " tombstones, but expected ", t.tombstones(), "\n")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |